@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&family=Tajawal:wght@400;500;700;800&display=swap');

/* ============================================================
   SERVICE HERO COMPONENT — UNIFIED RESPONSIVE THEME
   ============================================================ */

.ebhro-serv3-section {
  position: relative;
  background: #0B1329;
  background: radial-gradient(circle at 85% 20%, rgba(2, 132, 199, 0.25) 0%, transparent 55%),
              radial-gradient(circle at 15% 85%, rgba(6, 182, 212, 0.18) 0%, transparent 55%),
              #0B1329;
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  padding: 140px 1.5rem 60px 1.5rem;
  overflow: hidden;
  box-sizing: border-box;
}

/* Background Decor Layer */
.ebhro-serv3-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ebhro-serv3-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

/* Container */
.ebhro-serv3-container {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* Grid Layout */
.ebhro-serv3-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  box-sizing: border-box;
}

/* Text Column */
.ebhro-serv3-text-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  box-sizing: border-box;
}

.ebhro-serv3-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(2, 132, 199, 0.2);
  color: #38bdf8;
  padding: 6px 18px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  box-sizing: border-box;
}

.ebhro-serv3-badge-gold {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border-color: rgba(245, 158, 11, 0.35);
}

.ebhro-serv3-title {
  color: #ffffff;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.35;
  margin: 0 0 16px 0;
}

.ebhro-serv3-title-highlight {
  color: #38bdf8;
}

.ebhro-serv3-desc {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 26px 0;
  max-width: 600px;
}

/* Action Buttons */
.ebhro-serv3-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  width: 100%;
}

.ebhro-serv3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 12px;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1.2;
  box-sizing: border-box;
}

.ebhro-serv3-btn i {
  font-size: 19px;
}

.ebhro-serv3-btn-whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.35);
  border: none !important;
}

.ebhro-serv3-btn-whatsapp:hover {
  background: linear-gradient(135deg, #1fa855 0%, #075e54 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.55);
  transform: translateY(-2px);
}

.ebhro-serv3-btn-phone {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #f0f9ff !important;
  border: 1.5px solid rgba(56, 189, 248, 0.45) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.ebhro-serv3-btn-phone:hover {
  background: rgba(56, 189, 248, 0.22) !important;
  color: #ffffff !important;
  border-color: #38bdf8 !important;
  transform: translateY(-2px);
}

/* Image Column & Card */
.ebhro-serv3-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ebhro-serv3-img-card {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(56, 189, 248, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 480px;
  background: rgba(15, 23, 42, 0.6);
  position: relative;
}

.ebhro-serv3-img-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* =========================================================
   RESPONSIVE BREAKPOINTS
   ========================================================= */

@media (max-width: 991px) {
  .ebhro-serv3-section {
    padding: 120px 1.25rem 50px 1.25rem;
  }

  .ebhro-serv3-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }

  .ebhro-serv3-text-col {
    align-items: center;
    text-align: center;
  }

  .ebhro-serv3-actions {
    justify-content: center;
  }

  .ebhro-serv3-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .ebhro-serv3-img-card {
    max-width: 440px;
  }
}

@media (max-width: 640px) {
  .ebhro-serv3-section {
    padding: 105px 1rem 35px 1rem;
  }

  .ebhro-serv3-grid {
    gap: 26px;
  }

  .ebhro-serv3-badge {
    font-size: 13px;
    padding: 5px 14px;
    margin-bottom: 14px;
  }

  .ebhro-serv3-title {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 12px;
  }

  .ebhro-serv3-desc {
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .ebhro-serv3-actions {
    flex-direction: column;
    gap: 10px;
  }

  .ebhro-serv3-btn {
    width: 100%;
    padding: 12px 18px;
    font-size: 15px;
  }

  .ebhro-serv3-img-card {
    max-width: 100%;
    border-radius: 16px;
  }
}
